From: Tom Regner Date: Tue, 3 Dec 2013 08:24:39 +0000 (+0100) Subject: * notifications.el (notifications-close-notification): Call the X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~2162 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d6f2380eeed330976812f3d53849640ea77cd064;p=emacs.git * notifications.el (notifications-close-notification): Call the D-Bus method with `id' being an `:uint32'. (Bug#16030) --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 610ac93b035..0c5db95587d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2013-12-03 Tom Regner (tiny change) + + * notifications.el (notifications-close-notification): Call the + D-Bus method with `id' being an `:uint32'. (Bug#16030) + 2013-12-03 Katsumi Yamaoka * net/eww.el (eww-render): Don't pass arg to eww-display-image. diff --git a/lisp/notifications.el b/lisp/notifications.el index 5c8c8f1dc68..33ae1dee5c1 100644 --- a/lisp/notifications.el +++ b/lisp/notifications.el @@ -349,7 +349,7 @@ BUS can be a string denoting a D-Bus connection, the default is `:session'." notifications-path notifications-interface notifications-close-notification-method - :int32 id)) + :uint32 id)) (defvar dbus-debug) ; used in the macroexpansion of dbus-ignore-errors